home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMMEDIA / TFMMEDIA.txt
Text File  |  2004-09-21  |  5KB  |  199 lines

  1. object FmMedia: TFmMedia
  2.   Left = 286
  3.   Top = 339
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmMedia'
  7.   ClientHeight = 154
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     361
  21.     154)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 345
  28.     Height = 109
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     TabOrder = 0
  33.     object LblTitle: TLabel
  34.       Left = 16
  35.       Top = 12
  36.       Width = 24
  37.       Height = 13
  38.       Caption = '&Title:'
  39.       FocusControl = EdtTitle
  40.     end
  41.     object LblAlbum: TLabel
  42.       Left = 16
  43.       Top = 36
  44.       Width = 33
  45.       Height = 13
  46.       Caption = '&Album:'
  47.       FocusControl = EdtAlbum
  48.     end
  49.     object LblFormat: TLabel
  50.       Left = 16
  51.       Top = 60
  52.       Width = 38
  53.       Height = 13
  54.       Caption = '&Format:'
  55.       FocusControl = EdtFormat
  56.     end
  57.     object LblTime: TLabel
  58.       Left = 184
  59.       Top = 60
  60.       Width = 26
  61.       Height = 13
  62.       Caption = 'Ti&me:'
  63.       FocusControl = EdtTime
  64.     end
  65.     object Label1: TLabel
  66.       Left = 16
  67.       Top = 84
  68.       Width = 22
  69.       Height = 13
  70.       Caption = '&Slot:'
  71.       FocusControl = EdtSlotNumber
  72.     end
  73.     object EdtTitle: TcxDBTextEdit
  74.       Left = 72
  75.       Top = 8
  76.       Width = 257
  77.       Height = 21
  78.       DataBinding.DataField = 'Title'
  79.       DataBinding.DataSource = DsMedia
  80.       Properties.OnChange = EdtTitleChange
  81.       Style.StyleController = DM.EditStyles
  82.       TabOrder = 0
  83.     end
  84.     object EdtFormat: TcxDBImageComboBox
  85.       Left = 72
  86.       Top = 56
  87.       Width = 89
  88.       Height = 21
  89.       DataBinding.DataField = 'FormatId'
  90.       DataBinding.DataSource = DsMedia
  91.       Properties.Images = FmGenrePopup.ImagesMedia
  92.       Properties.Items = <
  93.         item
  94.           Description = 'CD'
  95.           ImageIndex = 0
  96.         end
  97.         item
  98.           Description = 'Not CD'
  99.           ImageIndex = 1
  100.           Value = 1
  101.         end>
  102.       Properties.ReadOnly = False
  103.       Style.LookAndFeel.NativeStyle = True
  104.       Style.Shadow = False
  105.       Style.StyleController = DM.EditStyles
  106.       TabOrder = 2
  107.     end
  108.     object EdtTime: TcxMaskEdit
  109.       Left = 240
  110.       Top = 56
  111.       Width = 88
  112.       Height = 21
  113.       Properties.IgnoreMaskBlank = True
  114.       Properties.EditMask = '!000:00;1;_'
  115.       Properties.MaxLength = 0
  116.       Style.LookAndFeel.NativeStyle = True
  117.       Style.StyleController = DM.EditStyles
  118.       TabOrder = 3
  119.       Text = '   :  '
  120.     end
  121.     object EdtSlotNumber: TcxDBSpinEdit
  122.       Left = 72
  123.       Top = 80
  124.       Width = 89
  125.       Height = 21
  126.       DataBinding.DataField = 'SlotNumber'
  127.       DataBinding.DataSource = DsMedia
  128.       Style.StyleController = DM.EditStyles
  129.       TabOrder = 4
  130.     end
  131.     object EdtAlbum: TcxDBLookupComboBox
  132.       Left = 72
  133.       Top = 32
  134.       Width = 257
  135.       Height = 21
  136.       RepositoryItem = DM.AlbumLookup
  137.       DataBinding.DataField = 'AlbumId'
  138.       DataBinding.DataSource = DsMedia
  139.       Enabled = False
  140.       Properties.ListColumns = <>
  141.       Style.StyleController = DM.EditStyles
  142.       TabOrder = 1
  143.     end
  144.   end
  145.   object BtnOK: TBitBtn
  146.     Left = 112
  147.     Top = 124
  148.     Width = 75
  149.     Height = 25
  150.     Anchors = [akRight, akBottom]
  151.     TabOrder = 1
  152.     OnClick = BtnOKClick
  153.     Kind = bkOK
  154.   end
  155.   object BtnCancel: TBitBtn
  156.     Left = 192
  157.     Top = 124
  158.     Width = 75
  159.     Height = 25
  160.     Anchors = [akRight, akBottom]
  161.     TabOrder = 2
  162.     OnClick = BtnCancelClick
  163.     Kind = bkCancel
  164.   end
  165.   object BtnHelp: TBitBtn
  166.     Left = 272
  167.     Top = 124
  168.     Width = 75
  169.     Height = 25
  170.     Anchors = [akRight, akBottom]
  171.     Caption = '&Help'
  172.     TabOrder = 3
  173.     OnClick = BtnHelpClick
  174.     Glyph.Data = {
  175.       DE010000424DDE01000000000000760000002800000024000000120000000100
  176.       0400000000006801000000000000000000001000000000000000000000000000
  177.       80000080000000808000800000008000800080800000C0C0C000808080000000
  178.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333336633
  179.       3333333333333FF3333333330000333333364463333333333333388F33333333
  180.       00003333333E66433333333333338F38F3333333000033333333E66333333333
  181.       33338FF8F3333333000033333333333333333333333338833333333300003333
  182.       3333446333333333333333FF3333333300003333333666433333333333333888
  183.       F333333300003333333E66433333333333338F38F333333300003333333E6664
  184.       3333333333338F38F3333333000033333333E6664333333333338F338F333333
  185.       0000333333333E6664333333333338F338F3333300003333344333E666433333
  186.       333F338F338F3333000033336664333E664333333388F338F338F33300003333
  187.       E66644466643333338F38FFF8338F333000033333E6666666663333338F33888
  188.       3338F3330000333333EE666666333333338FF33333383333000033333333EEEE
  189.       E333333333388FFFFF8333330000333333333333333333333333388888333333
  190.       0000}
  191.     NumGlyphs = 2
  192.   end
  193.   object DsMedia: TDataSource
  194.     DataSet = DM.CdsAlbumMedia
  195.     Left = 8
  196.     Top = 120
  197.   end
  198. end
  199.